| lcDrwNew | Home |
|
BOOL lcDrwNew ( HANDLE hDrw, LPCWSTR szFileName, HANDLE hLcWnd ); |
| hDrw | |
| Handle to a drawing object. | |
| szFileName | |
| Drawing's filename. It will be used when you save the drawing into a file. | |
| hLcWnd | |
| Handle to a graphics window. Specify NULL if you do not want to display the drawing. | |
| If the function succeeds, the return value is nonzero (TRUE). |